home *** CD-ROM | disk | FTP | other *** search
- _root.totalScore = _root.totalScore + _root.bitValue + _root.chainCrush * 30;
- if(_root.chainLink > 0)
- {
- _root.chainCrush += 1;
- }
- _root.chainLink = _root.chainLinkMax;
- if(_root.sound_on == true)
- {
- boomSound = new Sound(this);
- boomSound.attachSound("fxSquish");
- boomSound.start(0,1);
- }
-